/* 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#000;font-family:"微软雅黑";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.thematicLink .t-close{
    position: absolute;
    width: 23px;
    height: 20px;
    left: 2px;
    top: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.thematicLink {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 112px;
    height: 133px;
    z-index: 1002;
    transition: width linear 1s, height linear 1s;
}

.toHide{
    position: fixed !important;
    width: 40px !important;
    height: 20px !important;
    left:auto !important;
    top: auto !important;
    right: 0;
    bottom: 20px;
    background: #0053dc;
    border: 1px solid #0053dc;
    border-right: none;
    border-radius: 10px 0 0 10px;
    transition: width linear 0.3s;
}
.toHide::before{
    content: "";
    background: url(../img/toLeft.png) center center no-repeat;
    background-size: contain;
    height: 18px;
    width: 30px;
    position: absolute;
    color: #0053dc;
}
.toHide img{
    display: none;
}
.toHide .t-close{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0) !important;
}
.thematicLink .t-close:hover{
    background: rgba(0,0,0,0.1);
}